home *** CD-ROM | disk | FTP | other *** search
/ Creating Your Own America Online Web Pages / Creating Your Own America Online Web Pages.iso / TOOLS / LAUNCHER / README.TXT < prev   
Encoding:
Text File  |  1994-05-31  |  1.6 KB  |  59 lines

  1. LAUNCHER is a small executable that will allow you to launch a windows
  2. application via a URL from a Windows based WWW client/browser without
  3. having to call up a particular document.
  4.  
  5. LAUNCHER is provided free.  The author and the provider
  6. cannot provide any guarantees as to its reliability, function,
  7. or possibly harm to your system.  You use this at your
  8. own risk.  Support is not available, so don't ask.
  9.  
  10. 1) To use launcher, create a file called LAUNCHER.INI which looks like:
  11.  
  12. [Mappings]
  13. application=path
  14. anotherapp=path
  15.  
  16. For example:
  17.  
  18. [Mappings]
  19. wordperfect=c:\wpwin60\wpwin.exe
  20. word=c:\word\word.exe
  21.  
  22. A sample file is included.
  23.  
  24. 2) Then create a file with a .l extension on your
  25. http server (or your localhost) that contains
  26. as its contents the keyword for the application
  27. you wish to launch as defined in LAUNCHER.INI
  28. For example, to create a file to launch WPWin
  29. make a file called wp.l and have its contents be
  30. the single line:
  31.  
  32. wordperfect
  33.  
  34. The URL to launch this could be:
  35.  
  36. <A HREF=file://localhost/c:/html/wp.l>Launch WordPerfect</A>
  37.  
  38. or
  39.  
  40. <A HREF=http://www.foo.edu/launch/wp.l>Launch WordPerfect</A>
  41.  
  42. 3) In your win.ini file (or cello.ini file or wherever you
  43. set up associations for your client) place an entry that
  44. looks like:
  45.  
  46. [Extensions]
  47. l=c:\launcher\launcher.exe ^.l
  48.  
  49. C:\LAUNCHER\LAUNCHER.EXE is, of course, the path to wherever
  50. you have copied LAUNCHER.EXE on your machine.
  51.  
  52. This may be different for WinMosaic.  Consult the docs for your
  53. particular client. 
  54.  
  55. That's it!  The C++ source code is provided free.  Modify
  56. as you see fit.  We won't answer any questions about it.
  57.  
  58. Will Sadler
  59. sadler@indiana.edu